Redesign, and more - #21
Open
ichthyosaurus wants to merge 30 commits into
Open
Conversation
- disable shebangs - disable Opal "provides"
- a new smart scrollbar allows you to scroll quickly to any position - you can now swipe through episodes and seasons from the info page - search results include more details and cover images to make it easier to find the right entry (search result covers are not cached) - major performance improvements everywhere (mostly due to fixes in the code architecture by removing inlined components, inlined pages, inlined remorse handlers, unnecessary page reloads, etc.) - design changes are only to make things cleaner and more Sailfish-aligned; otherwise no major new features - code architecture changes kept to a minimum (could use some love)
Due to how the shows list model is updated, removing must be handled completely by the updater.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The app is now also almost Harbour compatible. The only thing missing is a way to migrate app data to the new locations required by Sailjail.
Please tell me how I can assist you with reviewing this. I tried splitting my changes into self-explanatory commits but most of the GUI changes are still clumped together in c335d17, sorry about that!